func go.pact.im/x/goupdate.packagesByImportPath

3 uses

	go.pact.im/x/goupdate (current package)
		diff.go#L103: 		oldByImportPath := packagesByImportPath(oldGood)
		diff.go#L104: 		newByImportPath := packagesByImportPath(newGood)
		packages.go#L104: func packagesByImportPath(pkgs []*packages.Package) map[string]*packages.Package {